home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / TESTS / VERSION8.ICN < prev    next >
Text File  |  1990-03-02  |  264b  |  14 lines

  1. procedure main(L)
  2.    write(image(&letters))
  3.    write(image(L))
  4.    write(image(&main))
  5.    write(args(main))
  6.    write(args(write))
  7. #
  8. #  The following should do nothing unless memory mointoring is enabled.
  9.  
  10.    mmout("testing, testing")
  11.    mmpause()
  12.    mmshow([])
  13. end
  14.